home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / pc / shared.dir / 00183.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  493 b   |  19 lines

  1. on mouseUp
  2.   mouseClick()
  3.   set oldSprites to saveSprites()
  4.   set oldCursors to saveCursors()
  5.   clearCursors()
  6.   set button to [133 + 144, 141 + 144]
  7.   repeat with i = 21 to 37
  8.     set the cursor of sprite i to button
  9.   end repeat
  10.   set the visible of sprite 7 to 0
  11.   set the visible of sprite 8 to 0
  12.   set the visible of sprite 9 to 0
  13.   set the visible of sprite 10 to 0
  14.   set the visible of sprite 11 to 0
  15.   play frame "OPTIONS"
  16.   restoreSprites(oldSprites)
  17.   restoreCursors(oldCursors)
  18. end
  19.